Changeset 1104 for issm/trunk/src/c/objects/Beam.cpp
- Timestamp:
- 06/25/09 17:42:16 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Beam.cpp
r803 r1104 26 26 } 27 27 28 Beam::Beam(int beam_id, int beam_mid, int beam_mparid, int beam_g[2], double beam_h[2], double beam_s[2],double beam_b[2],double beam_k[2], intbeam_onbed){28 Beam::Beam(int beam_id, int beam_mid, int beam_mparid, int beam_g[2], double beam_h[2], double beam_s[2],double beam_b[2],double beam_k[2],bool beam_onbed){ 29 29 30 30 int i;
Note:
See TracChangeset
for help on using the changeset viewer.