Skip to content
Snippets Groups Projects
Select Git revision
  • 69fac3af47ec121dae5983aba10e2989658c665d
  • main default protected
  • feature/w_and_b_in_study_loop
  • feature/optimization_framework
  • feature/26-adapt-workflow-to-integrate-new-bwb-shape-module
  • beta_release protected
  • fix/resume_parameter_study
  • v0.6.0
  • 0.5.0
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.0
14 results

read_xml_file.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    asmfunc.h 141 B
    #ifndef __ASMFUNC_H__
    #define __ASMFUNC_H__
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    int asmfunc(void);
    
    #ifdef __cplusplus
    }
    #endif
    
    #endif